home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / perl5 / perl5.002 / hints / machten.sh < prev    next >
Encoding:
Text File  |  1996-02-12  |  986 b   |  32 lines

  1. # machten.sh
  2. # This is for MachTen 4.0.2.  It might work on other versions too.
  3. #
  4. # MachTen users might need a fixed tr from ftp.tenon.com.  This should
  5. # be described in the MachTen release notes.
  6. #
  7. # MachTen 2.x has its own hint file.
  8. #
  9. # This file has been put together by Andy Dougherty
  10. # <doughera@lafcol.lafayette.edu> based on comments from lots of
  11. # folks, especially 
  12. #     Mark Pease <peasem@primenet.com>
  13. #    Martijn Koster <m.koster@webcrawler.com>
  14. #    Richard Yeh <rcyeh@cco.caltech.edu>
  15.  
  16. #
  17. # Comments, questions, and improvements welcome!
  18. #
  19. # MachTen 4.X does support dynamic loading, but perl doesn't
  20. # know how to use it yet.
  21. #
  22. #  Last modified by Andy Dougherty   <doughera@lafcol.lafayette.edu>
  23. #  Thu Feb  8 15:07:52 EST 1996
  24.  
  25. # Configure doesn't know how to parse the nm output.
  26. usenm=undef
  27.  
  28. # At least on PowerMac, doubles must be aligned on 8 byte boundaries.
  29. # I don't know if this is true for all MachTen systems, or how to
  30. # determine this automatically.
  31. alignbytes=8
  32.